home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / demo / euro / rot2.readme < prev    next >
Text File  |  1993-04-03  |  3KB  |  101 lines

  1. Short: Texture mapping demo of upcoming game
  2.  
  3. Note: this is version 2 of the demo.  It includes a non math version now.
  4.  
  5. 4/2/93   Rot readme.
  6.  
  7. INFO:
  8.     "rot" is short for "rotation".
  9.     This is a wolf3d-like demo that gets up to 20 fps on my 3000
  10.     and up to 30 fps in its lo-lores mode on the 3000.  On the 4000, it's
  11.     much faster.  32 colors, 288X150 resolution.
  12.  
  13.     Please spread this around, but include all files with it:
  14.  
  15.         rotdemo.txt         -- this file
  16.         rot.lzh <<
  17.             rot             -- the demo
  18.             rot.dat         -- title screen grfx
  19.             dungeon         -- dungeon file
  20.             rot.invite      -- invitation for you to join a team to
  21.                                  develop this into a PD game.
  22.             rot.description -- technical info
  23.             rot.history     -- history
  24.  
  25.  
  26. DISCLAIMER:
  27.  
  28.     rot_no_math:
  29.         Runs on any Amiga.  SLOOOOOOOW.  Press "s" to get an extra frame :)
  30.  
  31.     rot:
  32.         Fast CPU required:
  33.             It runs fine on a 68030, but probably won't look
  34.             great on anything less.  (Haven't tried it, though)
  35.  
  36.         Math chip required:
  37.             This demo requires an FPU.  (The Amiga 3000 and 4000 have
  38.             one built in.)
  39.  
  40.         I've seen the demo work on the A3000 and A4000.
  41.  
  42.         Note: if you don't have a FPU or fast CPU, and you want to see what
  43.         this demo would have looked like, you should be able to at least get
  44.         to the title screen which is a screen shot of the demo before it
  45.         crashes.
  46.  
  47.  
  48. CONTROLS:
  49.     To run the program, simply put "rot", "dungeon", and "rot.dat"
  50.         in the same directory and type "rot".
  51.     Mouse    : Mouse pointer at center of view screen means stand
  52.                 still, moving the mouse to the left or right of the
  53.                 center of the screen turns you left and right.  Moving
  54.                 the mouse above or below the center of the screen
  55.                 moves you forward and back.  The further from the
  56.                 center you move the mouse, the faster you go.
  57.     "l"        : Toggle resolution modes to always lo-res (2X2 pixels)
  58.     "h"        : Toggle resolution modes to always hi-res
  59.     "a"        : Toggle resolution modes to auto-switch when you run.
  60.     "y","Y"    : Auto-rotate clockwise, counter-clockwise.
  61.     "q"        : quit
  62.     "4"-"8"    : steps around
  63.     "1"-"3"    : show sample brushes (disabled on this demo)
  64.     "s"        : turn off overhead map (speeds up rendering a frame or two
  65.     spacebar: open door/secretwall if you're in front of one.
  66.  
  67. SOURCECODE:
  68.  
  69.     Is available upon request.  assign ROT: to the root dir of the source.
  70.     Compiles under lattice 6 and aztec 5 with no modifications (except moving
  71.     comments around in the makefile to choose which developer system you
  72.     are using).
  73.  
  74.     I'd appreciate any comments or suggestions and help making this into a
  75.     full game.  See "rot.invite"
  76.  
  77.  
  78. Thanks,
  79. Jason Freund  jfreund@relleno.engr.ucdavis.edu
  80. Gabe Dalbec   dalbec@cs.ucdavis.edu
  81.  
  82. Jason and Gabe are at (until 6/93)
  83. 2033 F St #311
  84. Davis, CA  95616
  85. 916-758-0272
  86.  
  87. After 6/93:
  88. Jason Freund
  89. 690 Erie Dr.
  90. Sunnyvale, CA  94087
  91. 408-732-0421
  92.  
  93. Gabe Dalbec
  94. 789 Butterfly Rd
  95. Quincy, CA 95971
  96. 916-281-6600
  97.  
  98. Contributors:
  99. Chris Hames   bytey@werple.apana.org.au
  100.  
  101.